// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-03B TN_Widget.CreateTable([['Yo-Yo Ma & Colorado Symphony Orchestra','Boettcher Concert Hall','Denver, CO','Sunday','5/5/2024','7:00 PM','5760050','Yo-Yo-Ma---Colorado-Symphony-Orchestra-5-5-2024'],['Yo-Yo Ma','San Diego Civic Theatre','San Diego, CA','Tuesday','5/7/2024','8:00 PM','6284390','Yo-Yo-Ma-5-7-2024'],['Yo-Yo Ma','The Linda Ronstadt Music Hall At Tucson Convention Center','Tucson, AZ','Thursday','5/9/2024','7:30 PM','5896932','Yo-Yo-Ma-5-9-2024'],['Yo-Yo Ma','Helzberg Hall - Kauffman Center for the Performing Arts','Kansas City, MO','Thursday','6/6/2024','7:00 PM','6323607','Yo-Yo-Ma-6-6-2024'],['Lubbock Symphony Orchestra: Yo-Yo Ma - Dvorak','Helen DeVitt Jones Theater At The Buddy Holly Hall','Lubbock, TX','Saturday','6/8/2024','7:30 PM','6383379','Lubbock-Symphony-Orchestra--Yo-Yo-Ma---Dvorak-6-8-2024'],['Yo-Yo Ma','Hill Auditorium - Ann Arbor','Ann Arbor, MI','Tuesday','6/11/2024','7:30 PM','6232509','Yo-Yo-Ma-6-11-2024'],['The Philadelphia Orchestra: Yo-Yo Ma Plays Dvorak','Saratoga Performing Arts Center','Saratoga Springs, NY','Friday','8/16/2024','7:30 PM','6285755','The-Philadelphia-Orchestra--Yo-Yo-Ma-Plays-Dvorak-8-16-2024'],['Boston Symphony Orchestra: Earl Lee & Yo-Yo Ma - Simon, Schumann & Beethoven - Open Rehearsal','Tanglewood','Lenox, MA','Saturday','8/17/2024','10:30 AM','6246555','Boston-Symphony-Orchestra--Earl-Lee---Yo-Yo-Ma---Simon--Schumann---Beethoven---Open-Rehearsal-8-17-2024'],['Boston Symphony Orchestra: Earl Lee & Yo-Yo Ma - Simon, Schumann & Beethoven','Tanglewood','Lenox, MA','Sunday','8/18/2024','2:30 PM','6246366','Boston-Symphony-Orchestra--Earl-Lee---Yo-Yo-Ma---Simon--Schumann---Beethoven-8-18-2024'],['Yo-Yo Ma','Devos Hall','Grand Rapids, MI','Tuesday','10/1/2024','6:30 PM','6386336','Yo-Yo-Ma-10-1-2024'],['Yo-Yo Ma & Atlanta Symphony Orchestra','Atlanta Symphony Hall','Atlanta, GA','Thursday','12/5/2024','8:00 PM','6381764','Yo-Yo-Ma---Atlanta-Symphony-Orchestra-12-5-2024'],['Los Angeles Philharmonic: Yo-Yo Ma, John Williams and Gustavo Dudamel','Walt Disney Concert Hall','Los Angeles, CA','Thursday','4/3/2025','8:00 PM','6312597','Los-Angeles-Philharmonic--Yo-Yo-Ma--John-Williams-and-Gustavo-Dudamel-4-3-2025'],['Los Angeles Philharmonic: Yo-Yo Ma, John Williams and Gustavo Dudamel','Walt Disney Concert Hall','Los Angeles, CA','Friday','4/4/2025','8:00 PM','6313006','Los-Angeles-Philharmonic--Yo-Yo-Ma--John-Williams-and-Gustavo-Dudamel-4-4-2025'],['Yo-Yo Ma','Mccallum Theatre','Palm Desert, CA','Monday','4/7/2025','7:00 PM','6379361','Yo-Yo-Ma-4-7-2025']],'Yo Yo Ma','http://www.ticketnetwork.com/ticket/Yo-Yo-Ma-events.aspx');